team1.py from week04 in Github.You will be blending two images. You are Not allowed to use any blend functions in OpenCV.
Image 1 to blend
Image 2 to blend
Final results
You will creating a green screen image. You are Not allowed to use any masking or bitwise functions in OpenCV.
Note: these two images the background and greenscreen are not the same size. Also, the background image is very lerge so you might need to resize it to view the final results.
Background Image
Green Screen Image
Using cropping, create a smaller version of the greenscreen image.
Use this to help you in copy non-green pixels to the background image. For each pixel, you might need to use the red, green, blue values one pixel at a time. You can copy more than one minon to the background.
There are nothing to submit. You are free to discuss this acitivity on the course Slack account.